From: Lars Ingebrigtsen Date: Wed, 24 Nov 2021 16:29:39 +0000 (+0100) Subject: Fix typo in display_min_width comment X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3291^2~61 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9d3d972f9798f6c14d700c51900bf444a916310e;p=emacs.git Fix typo in display_min_width comment * src/xdisp.c (display_min_width): Fix typo in comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 59509418790..a0efefa3a52 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5214,7 +5214,7 @@ display_min_width (struct it *it, ptrdiff_t bufpos, if (!it->glyph_row) return; - /* When called form display_string (i.e., the mode line), + /* When called from display_string (i.e., the mode line), we're being called with a string as the object, and we may be called with many sub-strings belonging to the same :propertize run. */